All Questions
3 questions
0votes
0answers
504views
How to invoke a modal from a controller in angularjs / ui-bootstrap?
I am trying to display a modal (Note view) from a controller (Details controller). I have separate controllers tied to each view. The Details view has a list of radio buttons and upon selecting a ...
0votes
3answers
3kviews
ng-cloak not solving the initial flicker issue with Angularjs UI Bootstrap tabset
I am using Angularjs UI Bootstrap Tab set. In order to avoid initial flicker issue, with tab names, I am using ng-cloak, but surprisingly still the initial flicker is appearing. I guess it is due to ...
0votes
1answer
3kviews
How to remove the class from angular-bootstrap modal
I am using angular-bootstrap modal and trying to remove the slide down effect when it is closed. I tried to remove 'fade' class like this, but it didn't work. angular.module('myapp.directives', []) ...